home *** CD-ROM | disk | FTP | other *** search
- import java.io.IOException;
-
- public abstract class c22 implements c16 {
- // $FF: renamed from: KY int
- protected int field_0;
- // $FF: renamed from: Hr byte
- public static final byte field_1 = 0;
- // $FF: renamed from: Kj byte
- public static byte field_2 = 1;
- // $FF: renamed from: Gv byte
- public static byte field_3 = 2;
- // $FF: renamed from: Gf byte
- public static byte field_4 = 3;
- // $FF: renamed from: KC c23
- c23 field_5;
- // $FF: renamed from: KW c00
- c00 field_6;
-
- // $FF: renamed from: Ib () void
- public void method_0() {
- }
-
- public c22() {
- }
-
- public c22(c00 var1, int var2) {
- this.field_6 = var1;
- this.field_0 = var2;
- this.method_0();
- }
-
- // $FF: renamed from: Lf (c14) java.lang.Object
- public Object method_1(c14 var1) throws IOException {
- this.field_0 = var1.GJ();
- this.field_6 = (c00)var1.Lf();
- return this;
- }
-
- // $FF: renamed from: Nq (int) byte
- public abstract byte method_2(int var1);
- }
-